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