function eliminarParticipacion(Corredor $c, Carrera $d)
 {
     unset($this->listado[$c->getDni()][$c->getSlug($d->getNombreCarrera())]);
 }