private function importCommunityIfNotMigrate()
    {
        if (($handle = fopen("../public/import/csv/community_id_corresp.csv", "r")) !== false) {
            while (($data = fgetcsv($handle, 1000, ",")) !== false) {
                $importCommunity = new CommunityImport();