public List <TB_Votation_Questions> getQuestionVotation(OleDbConnection db, int idVotation)
 {
     return(dBVotationList.getQuestionVotation(db, idVotation));
 }