You need to change property name in Binding inside MainWindow.xaml because it does not match property in MainVM.cs
Avdecha_VM vs AvdechaVM
<vw:Avdecha_VW Grid.Row="0" DataContext="{Binding Avdecha_VM}" />
public Avdecha_VM AvdechaVM { get; }