public JsonResult BuscarArticuloSelect(string term) { return(Json(ArticuloBL.BuscarArticuloSelect(term), JsonRequestBehavior.AllowGet)); }