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