private void nextMatchToolStripMenuItem_Click(object sender, EventArgs e)
        {
            nextMatchInfo form = new nextMatchInfo(OfficialEventName, (Convert.ToInt32(scoutingMatchNumberNumericUpDown.Value)) + 1);

            form.Show();
        }
 private void nextMatchToolStripMenuItem_Click(object sender, EventArgs e)
 {
     nextMatchInfo form = new nextMatchInfo(OfficialEventName, (Convert.ToInt32(scoutingMatchNumberNumericUpDown.Value)) + 1);
     form.Show();
 }