// // GET: /ShoppingCart/Details/5 public ViewResult Details(int id) { return(View(shoppingcartitemRepository.Find(id))); }