private void mostrarTodosToolStripMenuItem_Click(object sender, EventArgs e) { mostrar_alumnos mostrar = new mostrar_alumnos(); mostrar.Show(); }