public function setStaff(User $userObject) {
        $this->Staff = $userObject;
        
        return $this;
    }