private void Logout()
 {
     MainWindow window = new MainWindow();
     window.Show();
     this.Close();
 }