private void mnuMaintenanceMaintainProducts_Click(object sender, EventArgs e) { Form productMaintForm = new frmProductMaintenance(); productMaintForm.MdiParent = this; productMaintForm.Show(); }