public MainVM() { SelectedVM = new StartMenuVM(); }
public MainWindowV() { InitializeComponent(); DataContext = new StartMenuVM(this); }