var item = ChunkList.SingleOrDefault(x => x.UniqueId == ChunkID); if (item != null) ChunkList.Remove(item);
comboBox1.SelectedItem = "your value"; //