if ($this->VotingDateOpen > $this->VotingDateClose) {
            throw new Exception("VotingDateOpen is greater than VotingDateClose");
        }