private void btnReporteAlumnos_Click(object sender, EventArgs e) { Reporte r = new Reporte(); r.ShowDialog(); }