private void gridToolStripMenuItem_Click(object sender, EventArgs e) { GridForm gf = new GridForm(); gf.Show(); }