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