/// <summary> /// Initializes the current window in all existing objects /// </summary> public PresentationDriver() { InitializeComponent(); bl = BLApi.Factory.GetBL("1"); driverList.ItemsSource = bl.GetAllDrivers().ToList(); }