public List <TB_Votation> getVotesCreated(OleDbConnection db)
 {
     return(dBVotationList.getVotesCreated(db));
 }