public ActionResult NearestStore()
 {
     return(View("~/Views/NearestStore/NearestStore.cshtml", _storesRepository.GetNearestStoreRenderingModel(_visitorContext)));
 }