public static bool Bloqueado(string NombreUsuario) { try { return(UsuarioDAL.Bloqueado(NombreUsuario)); } catch (ExceptionDAL dalex) { throw new ExceptionBLL(dalex, dalex.Message); } }