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