private void ejercicio2ToolStripMenuItem_Click(object sender, EventArgs e) { Estudiantes es = new Estudiantes(); es.Show(); }