public ActionResult Detalles(int id) { ProductLogic logic = new ProductLogic(); return(View(logic.Detalles(id))); }