internal override async Task <IEnumerable <Brand> > Get(Filter filter)
 {
     return(await ProductManagementService.FindBrands(filter));
 }