function apagaLogs()
 {
     $log = new LogParticipante();
     $log->apagaLogsParticpante($this->id);
 }