public JsonResult Delete(int id) { string st = supplierBUS.XoaNCC(id); return(Json(st, JsonRequestBehavior.AllowGet)); }