public void Create(Catalogue catalogue) { _CatalogueRepository.Add(catalogue); _unitOfWork.Commit(); }