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