private void employeeInfoToolStripMenuItem_Click(object sender, EventArgs e) { frmEmployee frmEmp = new frmEmployee(); frmEmp.Show(); }