public String getPermanentCountry() {
   return permAdd.getCountry();
 }
 public String getCountry() {
   return currAdd.getCountry();
 }