public App ()
		{	
			MainPage = new MyPage ();
		}
 public App()
 {
     MainPage = new MyPage();
 }