private void seachToolStripMenuItem_Click(object sender, EventArgs e) { Form4 f4 = new Form4(); f4.ShowDialog(); }