public ActionResult AllBookDetails() { return(View(bookRepo.bookDetails(Convert.ToInt32(Session["Id"])))); }