public function getOwner() {
        
        if ($this->Owner instanceof User) {
            return $this->Owner;
        }