private void btn_Luu_Click(object sender, EventArgs e) { obj.MaCV = txtMaCV.Text; obj.TenCV = txtTenCV.Text; if (IsInsert == true) { bus.Insert(obj); XtraMessageBox.Show("Thêm thông tin thành công"); hienthi(); Xoatext(); KhoaDieuKhien(); } else { bus.Update(obj); XtraMessageBox.Show("Sửa thông tin thành công"); hienthi(); } }