public List <Book> GetAllBooks()
 {
     return(aBookGateway.GetAllBookList());
 }