private void mnuMaintenanceMaintainCustomers_Click(object sender, EventArgs e) { Form customerMaintForm = new frmCustomerMaintenance(); customerMaintForm.MdiParent = this; customerMaintForm.Show(); }