public bool AddCatalogue(Catalogue catalogue) { return(_catalogueRepository.CreateCatalogue(catalogue)); }