public void Duplicate(KeyDataCollection sectionData) { // Recreate the section ReCreate(); // Add all new keys sectionData.ForEach(x => Section.AddKey(x)); }