public IEnumerable <BookViewModel> GetByAuthor(string author) { return(_bookService.GetByAuthor(author)); }