private int themCV(ChucVuDTO chucVuDTO) { bool re = ChucVuBUS.them(chucVuDTO); return(re == true ? 1 : 0); }