internal AddressCode(ZipCodeUf uf, string city, string address)
 {
     Uf      = uf;
     City    = city;
     Address = address;
 }