public void Showing()
 {
     if (RootFrame.CurrentContentObject != ViewModel)
     {
         RootFrame.NavigateTo(ViewModel);
     }
 }