public Artist GetById(long id)
 {
     return(_artistDao.GetById(id));
 }