public ItemRepository(AppDbContext dbContext, AppMapper mapper)
 {
     this.dbContext = dbContext;
     this.mapper    = mapper;
 }