public IList <Artist> GetList()
 {
     return(_artistDao.GetList());
 }