private void InitializeSubtypes() { foreach (PartSubtype subtype in subtypes) { subtype.Setup(this); } }