public Address()
 {
     this.countryField = new Country();
     this.countrySubdivisionField = new Subdivision();
 }
 public Address()
 {
     this.countryField            = new Country();
     this.countrySubdivisionField = new Subdivision();
 }