private void mnuIncidentsCreateIncident_Click(object sender, EventArgs e) { Form createIncidentForm = new frmCreateIncident(); createIncidentForm.MdiParent = this; createIncidentForm.Show(); }