private void findToolStripMenuItem_Click(object sender, EventArgs e) { Form5 f5 = new Form5(this); f5.ShowDialog(); }