//Books related methods
 public ActionResult Books()
 {
     return(View(BookCRUD.GetAllBooks()));
 }