// GET: Details. public ActionResult Details(int id) { var product = ProductsBL.GetProduct(id); return(View(product)); }