private double abs(final Store store) {
   return store.goStorePrice(home);
 }
 private double abs(final Store store, final Store store1) {
   return store.goStorePrice(store1);
 }