@Override
 @Transactional(readOnly = true)
 public Boolean existName(String name) throws Exception {
   return collectionRepository.existName(name);
 }