private void benchmarkToolStripMenuItem_Click(object sender, EventArgs e) { BenchmarkForm frm = new BenchmarkForm(); frm.ShowDialog(); }