public InfraNestedSimplePropLvl2(
     InfraNestedSimplePropLvl3 l3,
     int lvl2)
 {
     this.L3   = l3;
     this.Lvl2 = lvl2;
 }
 public InfraNestedSimplePropLvl2(InfraNestedSimplePropLvl3 l3, int lvl2)
 {
     L3   = l3;
     Lvl2 = lvl2;
 }