public static async Task <string> DeleteAlumnoAsync(int IdAlumno) { return(await bl.DeleteAlumnoAsync(IdAlumno)); }