public DTOAlumnoBaja ConsultaAlumnoBaja(string AlumnoId) { return(BLLAlumnoPortal.ConsultaAlumnoBaja(int.Parse(AlumnoId))); }