public List <int> GuardarAlumno(Alumno alumno) { try { return(alumnoDAO.GuardarAlummo(alumno)); } catch (Exception) { return(null); } }