private void matchToolStripMenuItem_Click(object sender, EventArgs e)
        {
            matchInfoByNumber form = new matchInfoByNumber(OfficialEventName);

            form.Show();
        }
 private void matchToolStripMenuItem_Click(object sender, EventArgs e)
 {
     matchInfoByNumber form = new matchInfoByNumber(OfficialEventName);
     form.Show();
 }