private void crearAlumno_Click(object sender, EventArgs e) { NotasInEs form = new NotasInEs(); this.Close(); form.Show(); }