public function setAuthor(User $User) {
        $this->starteruid = $User->id; 
        
        return $this;
    }