public Artist Save(Artist artist)
 {
     return(_artistDao.Save(artist));
 }