public function __construct()
 {
     parent::__construct();
     $this->catalogService = new CatalogService();
 }
 public function __construct()
 {
     parent::__construct();
     $this->service = new ProductReviewService();
 }
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->service = new CustomerService();
 }