public function getMaxPolicy($itemId, $user)
    {
        $maxPolicy = -1;
        if ($user) {
            if ($user->isAdmin()) {