public IList <Artist> QueryArtists() { IArtistDao dao = DALFactory.CreateArtistDao(database); return(dao.findAllWithoutDeleted()); }