public ActionResult Delete(int id) { var biz = new ProductBiz(); var model = biz.Get(id); return(View(model)); }