@Transactional
 public Album create(Album album) throws Exception {
   return albumRepository.persist(album);
 }