public List <ParticipanteModel> ListarParticipantesModel() { return(ParticipanteDAO.ListarParticipantes()); }