public CarDisplay() { InitializeComponent(); _repository = new CarRepository("cars.csv"); _carsView.ItemsSource = _repository.FindAll(); }