public List <usp_participantes_listar_all_Result> ParticipanteListar()
 {
     try
     {
         return(dao.readAll());
     }
     catch (SqlException ex)
     {
         throw ex;
     }
 }