public IEnumerable <Book> GetAllBooks() { var result = _searchRepository.GetAllBooks(); return(result); }