private void addItemToolStripMenuItem1_Click(object sender, EventArgs e) { Form3 f3 = new Form3(this); f3.Show(); }