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