public function setOwner(User $User) {
            $this->owner = $User->id;
            return $this;
        }