Inheritance: ViewModelBase
 public MainPage()
 {
     this.InitializeComponent();
     DataContext = new MainViewModel();
 }