private void AccountMenu_Click(object sender, RoutedEventArgs e)
 {
     AccountWindow sw = new AccountWindow();
     sw.ShowDialog();
 }