public IEnumerable <Book> GetBooksByAuthorId(int idAuthor) { return(_authorDao.GetBooksByAuthorId(idAuthor)); }