public ICollection <SimpleBookDto> LoadAll() { return(_dao.LoadAll() .Select(book => book.ToSimpleBookDto()).ToList()); }