public function setAuthor(User $User = NULL) {
        if ($User instanceof User) {
            $this->Author = $User;
            
            $this->from_user_id = $this->Author->id;