public AboutThisAppPage()
 {
     AboutModel = new AboutThisAppViewModel();
     this.InitializeComponent();
 }
 public AboutFlyout()
 {
     AboutThisAppModel = new AboutThisAppViewModel();
     this.DataContext = this;
     this.InitializeComponent();
 }