public void removeCollection(String collectionId) {
   collectionDao.remove(collectionId);
 }