private void employeeFormToolStripMenuItem_Click_1(object sender, EventArgs e) { frmEmployee f = new frmEmployee(); f.MdiParent = this; f.Show(); }