public ReceiverParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
     PostalAddress       = new PostalAddress();
     PartyLegalEntity    = new PartyLegalEntity();
 }
 public SignatoryParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
 }