private void Refresh() { using (ConfigurationManager man = new ConfigurationManager()) { cmbUsers.ItemsSource = man.GetAllData(); } }