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