public HeaderBannerViewComponent(IBrandClient brandClient, IMaterialClient materialClient, IProductCategoryClient productCategoryClient)
 {
     _brandClient           = brandClient;
     _materialClient        = materialClient;
     _productCategoryClient = productCategoryClient;
 }
 public ProductCategoryMenuViewComponent(IProductCategoryClient productCategoryClient)
 {
     _productCategoryClient = productCategoryClient;
 }