public Brouwer read(long brouwerNr) { return brouwerDAO.read(brouwerNr); }
public Iterable<BrouwerInfo> findAll() { return brouwerDAO.findAll(); }