@Override
 public Artist updateArtist(Artist artist) {
   return artistDao.update(artist);
 }