public function setCamera(Camera $Camera) {
        $this->Camera = $Camera;
        
        return $this;
    }