public Catalogue GetCatalogue(int LastCatalogueBefore) { var list = _CatalogueRepository.Get(l => l.Id == LastCatalogueBefore); return(list); }