private void UserControl_Loaded(object sender, RoutedEventArgs e) { _isLoading = true; clientListBox.ItemsSource = _repo.ClientsListInMemory(); _clientViewSource = (ObjectDataProvider)FindResource("clientViewSource"); _isLoading = false; clientListBox.SelectedIndex = 0; }