@Override
 public Collection<Artist> findAllArtists() {
   return artistDao.findAllArtists();
 }