public override void Load()
        {
            _client = new NGUYEN_VONGClient();
            _client.NGUYEN_VONG_LstAsync();
            _client.NGUYEN_VONG_LstCompleted += _client_NGUYEN_VONG_LstCompleted;
            _client.NGUYEN_VONG_UpdCompleted += _client_NGUYEN_VONG_UpdCompleted;

            _dataItem = new ObservableExpandCollection();
        }