/**
  * @return $this
  */
 protected function _prepareCollection()
 {
     $collection = $this->_storelocatorFactory->create()->getCollection();
     $this->setCollection($collection);
     parent::_prepareCollection();
     return $this;
 }
 public function getAllStores()
 {
     $collection = $this->_storelocatorFactory->create()->getCollection();
     return $collection;
 }