public function setAuthor(User $userObject) {
        $this->Author = $userObject;
        
        return $this;
    }