public function getAllProducts(string $queryString = null, Pagination & $pagination = null)
    {
        $query = $this->getQueryBuilder()
            ->select('Product')
            ->from(Product::class, 'Product');