public Collection getCollection(String id) {
   return collectionDao.get(id);
 }