public JsonResult Insert(Supplier ps) { string st = supplierBUS.ThemNCC(ps); return(Json(st, JsonRequestBehavior.AllowGet)); }