private function validate() {
        
        if (empty($this->name)) {
            throw new Exception("Idea category name cannot be empty");
        }