public bool EditarParticipante(participante oParticipante)
 {
     return(partis.EditarParticipante(oParticipante));
 }