private void DisplaySources()
 {
     sourcesListBox.Items.Clear();
     sourcesListBox.Items.AddRange(client.GetSources());
 }