private void Button_ClickBack(object sender, RoutedEventArgs e)
 {
     MainWindow.GetInstance().MainFrame.GoBack();
 }