public ProfilePage()
 {
     InitializeComponent();
     Detail = new Views.UserProfile.UserInformationPage();
 }
 void Profile_Tapped(object sender, EventArgs e)
 {
     Detail      = new Views.UserProfile.UserInformationPage();
     IsPresented = false;
 }