function apagaPagamentos()
 {
     $pag = new Pagamento();
     $pag->apagaPagamentosParticpante($this->id);
 }