public IfcComplexProperty(IfcIdentifier name)
     : base(name)
 {
     _hasProperties = new SetOfProperty(this);
 }
 public IfcComplexProperty()
 {
     _hasProperties = new SetOfProperty(this);
 }