public Brouwer read(long brouwerNr) {
   return brouwerDAO.read(brouwerNr);
 }