public function importCommunityImage()
    {
        if ($this->communityImportRepository->findOneBy(array('id' => 1)) == null) {
            $this->importCommunityIfNotMigrate();
        }