private void OnScrapReasonBindingSourceCurrentItemChanged(object sender, System.EventArgs e) { _currentScrapReason = uxScrapReasonBindingSource.Current as Entities.ScrapReason; if (_currentScrapReason != null) { _currentScrapReason.Validate(); } //_ScrapReason.Validate(); OnCurrentEntityChanged(); }