if (isset($id) && filter_var($id, FILTER_VALIDATE_INT)) {
            return new Image($id, $option);
        }