private void MainWindow_Loaded(object sender, RoutedEventArgs e) { BookList.ItemsSource = _storeLogic.GetInventory(); }