public void delete(Terran terran) {
   repository.delete(terran);
 }