public App()
 {
     // The root page of your application
     MainPage = new MenuCommandsPage();
 }
 public App()
 {
     // The root page of your application
     MainPage = new MenuCommandsPage();
 }