public ActionResult ModificarProducto(int Id) { Producto producto = ServicioProducto.BuscarProducto(Id); return(View(producto)); }