public IList <Book> BookTextSearch(IList <Book> query, string searchString)
 {
     return(_bookDAO.BookTextSearch(query, searchString));
 }