public void throwTestException() {
   offersDAO.getOffers(9999);
 }
 public List<Offer> getCurrent() {
   return offersDAO.getOffers();
 }