private void KeyID() { ChildGroupId = MyFunctions.ChildByAge(); foreach (var item in ChildGroupId) { keysComboBox.Items.Add(item.Key); } }