internal VotersRow(DataRowBuilder rb) : base(rb)
 {
     this.tableVoters = (CSVExportData.VotersDataTable) base.Table;
 }