private void cajeroToolStripMenuItem1_Click(object sender, EventArgs e) { Empleado.EListar frmListarE = new Empleado.EListar(); frmListarE.ShowDialog(); }