public ActionResult Edit(int id) { var product = productprovider.EditProduct(id); return(View("edit", product)); }