public JsonResult Comprar(int id) { var json = JsonConvert.SerializeObject(bl.Buy(id)); return(Json(json, JsonRequestBehavior.AllowGet)); }