private void MenuItemTSettings_Click(object sender, RoutedEventArgs e)
 {
     tournamentController.EditTournament(new NewTournamentDialog());
 }