public JsonResult GuardarItem(int idProducto) { CarModel viewmodel = new CarModel(); viewmodel.CargarDatos(); var retorno = viewmodel.AddItem(idProducto); return(Json(retorno, JsonRequestBehavior.AllowGet)); }