private void customersToolStripMenuItem_Click(object sender, EventArgs e) { var frm = new frmCustomersRecord(); frm.Show(); }