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