public IEnumerable <BrandDto> GetAllByBrandName(string brandName) { return(brandService.GetAllByBrandName(brandName)); }