public bool BajaUsuario(int UsuarioId) { AttendanceController controller = new AttendanceController(); return(controller.BajaUsuario(UsuarioId)); }