public function renderList()
 {
     $products = $this->productRepository->findAllWithCategories();
     $this->template->products = $products;
 }