public ActionResult Edit(int id = 0) { Product _product = ProductDataContext.LoadProductByID(id); return(View(_product)); }