private void allMatchesToolStripMenuItem_Click(object sender, EventArgs e) { TodaysMatches tm = new TodaysMatches(this); tm.ShowDialog(this); }