public bool BrandHasProducts(int brandId)
 {
     return(_brandRepository.BrandHasProducts(brandId));
 }