private List <Participante> CarregaParticipante() { participantes = dao.BuscaTodosPartipantes(); return(participantes); }