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