public MainPage() { InitializeComponent(); VM = new MainPageVM(); VM.Init(); this.DataContext = VM; }