public JsonResult Update(Supplier sp) { string st = supplierBUS.SuaNCC(sp); return(Json(st, JsonRequestBehavior.AllowGet)); }