protected function show_single_product($id)
 {
     $id = (int) $id;
     return $this->render('products/admin_create.php', ['product' => $this->productService->getSingleProduct($id)]);
 }