public IEnumerable <Catalogue> GetCataloguesByCustomerId(int customerId)
 {
     return(repository.GetAllCataloguesWithSubscriptions(customerId));
 }