public String getPermanentCity() {
   return permAdd.getCity();
 }
 public String getCity() {
   return currAdd.getCity();
 }