private void RenderListView() { var data = DataSource.GetAllJobInfo(); listView.DataContext = data; }