public TournamentCreationForm(Tournament b)
 {
     InitializeComponent();
     a = b;
     this.Show();
 }