public DistanceController()
 {
     _storeRepo = new StoreRepo();
 }
 public StoresController()
 {
     _storeRepo = new StoreRepo();
 }