private void customersToolStripMenuItem_Click(object sender, EventArgs e) { frmaddcustomers ac = new frmaddcustomers(); ac.MdiParent = this; ac.Show(); }