public override void Initialize()
 {
     base.Initialize();
     this._RelationType     = GEPRellationToOfferType.OutOfValue;
     this._CorrelateOrgUnit = new OrgUnit();
     this._CorrelateOffer   = new Offer();
 }
 public OfferOrgUnit(SbnObject InitialObject) : base(InitialObject)
 {
     this._RelationType = GEPRellationToOfferType.OutOfValue;
 }
 public OfferOrgUnit()
 {
     this._RelationType = GEPRellationToOfferType.OutOfValue;
 }