public IList <Book> GetNewBooks()
 {
     return(_bookDAO.GetNewBooks());
 }