private void Edit_ToolStripMenuItem2_Click(object sender, EventArgs e) { EditEmployee ee = new EditEmployee(); ee.MdiParent = this; ee.Show(); }