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