public string IngresarParticipante(Participante value)
 {
     return(ParticipanteDAO.Ingresar(value));
 }