public JsonResult Update(Citas c) { var json = JsonConvert.SerializeObject(bl.Update(c)); return(Json(json, JsonRequestBehavior.AllowGet)); }