private void mnuIncidentsDisplayIncidentsByCustomer_Click(object sender, EventArgs e) { Form customerIncidentsForm = new frmCustomerIncidents(); customerIncidentsForm.MdiParent = this; customerIncidentsForm.Show(); }