public void excluir(ParticipanteModelo modParticipante)
 {
     try
     {
         participanteDAO.excluirParticipante(modParticipante);
     }
     catch (Exception erro)
     {
         throw new Exception("Erro ao exluir participante, classe BLL! " + erro);
     }
 }