@Override public List<Food> addQuantity() { return foodDao.addQuantity(); }
@Override public List<Food> findAll() { return foodDao.findAll(); }