public function importRelayImage()
    {
        if ($this->relayPointImportRepository->findBy(array('id' => 1)) == null) {
            $this->importRelayIfNotMigrate();
        }