private void OnTransactionHistoryArchiveBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
        {
            _currentTransactionHistoryArchive = uxTransactionHistoryArchiveBindingSource.Current as Entities.TransactionHistoryArchive;

            if (_currentTransactionHistoryArchive != null)
            {
                _currentTransactionHistoryArchive.Validate();
            }
            //_TransactionHistoryArchive.Validate();
            OnCurrentEntityChanged();
        }
		private void OnTransactionHistoryArchiveBindingSourceCurrentItemChanged(object sender, System.EventArgs e)
		{
			_currentTransactionHistoryArchive = uxTransactionHistoryArchiveBindingSource.Current as Entities.TransactionHistoryArchive;
			
			if (_currentTransactionHistoryArchive != null)
			{
				_currentTransactionHistoryArchive.Validate();
			}
			//_TransactionHistoryArchive.Validate();
			OnCurrentEntityChanged();
		}