public IEnumerable <BrandDTO> Get()
 {
     return(_brandService.GetAllBrand());
 }