public IList <ArtistDto> SearchArtists(string Name, string Nation) { return(DtoConverter.Convert(_artistDao.SearchArtists(Name, Nation))); }