private void OnCountryRegionCurrencyBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
        {
            _currentCountryRegionCurrency = uxCountryRegionCurrencyBindingSource.Current as Entities.CountryRegionCurrency;

            if (_currentCountryRegionCurrency != null)
            {
                _currentCountryRegionCurrency.Validate();
            }
            //_CountryRegionCurrency.Validate();
            OnCurrentEntityChanged();
        }
		private void OnCountryRegionCurrencyBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
		{
			_currentCountryRegionCurrency = uxCountryRegionCurrencyBindingSource.Current as Entities.CountryRegionCurrency;
			
			if (_currentCountryRegionCurrency != null)
			{
				_currentCountryRegionCurrency.Validate();
			}
			//_CountryRegionCurrency.Validate();
			OnCurrentEntityChanged();
		}