public bool RemoveAll() { cacheLogic.Delete(AllAwardsCacheKey); cacheLogic.Delete(AllUsersCacheKey); return(usersDAO.RemoveAll()); }