async remove(georeference) {
      if (georeference.id) {
        Georeference.destroy(georeference.id)
      }