public IEnumerable <HubBrand> GetProductsBrandList(int catalogueId)
 {
     return(repository.GetAllBrandsInACatalogue(catalogueId));
 }