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