public ShippingDestination()
 {
     this.addressField = new Address();
     this.phoneNumberField = new MobilePhone();
 }
 public PaymentCard()
 {
     this.issuerField = new Logo();
     this.addressField = new Address();
     this.phoneNumberField = new MobilePhone();
     this.cardBrandField = new CardBrand();
 }