public JobView() { InitializeComponent(); LbJobList.ItemsSource = jobControl.FillJobList(); CbJobStatus.ItemsSource = context.JobStatuses.ToList(); }