@Override
 @Transactional(readOnly = true)
 public List<Collection> geAllCollectionByUser(Long userId) throws Exception {
   return collectionRepository.getAllCollectionByUser(userId);
 }