public ActionResult BuyNow(int id) { bookRepo.AddCheckOut(id, Convert.ToInt32(Session["id"])); return(View("CheckOut")); }