public function targetUser(User $User) {
            $this->User = $User;
            
            return $this;
        }