public JsonResult timNCC(string name) { List <Supplier> ldt = supplierBUS.timNCC(name); return(Json(ldt, JsonRequestBehavior.AllowGet)); }