public void NavigateGlobal(object page)
 {
     GlobalService.RemoveBackEntry();
     GlobalService.Navigate(page);
 }