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