private void mnuIncidentsDisplayIncidentsbyProduct_Click(object sender, EventArgs e) { Form productIncidentsForm = new frmProductIncidents(); productIncidentsForm.MdiParent = this; productIncidentsForm.Show(); }