private void menuItemLocations_Click(object sender, EventArgs e) { Form frm = new FrmLocations(); frm.ShowDialog(); }