public List<Collection> findVisibleCollections() {
   return collectionDao.findVisibleCollections();
 }