public ActionResult OrderItem(int id) { //id = productid return(PartialView("_Orderitem", ReservationRepo.GetByProduct(id))); }