public CategoryRepository(CodeTestContext db)
 {
     this.db = db;
 }
 public ItemRepository(CodeTestContext DB)
 {
     this.db = DB;
 }