public EFTestProductRepository(GBKTestContext thisDb)
 {
     db = thisDb;
 }
 public EFTestProductRepository()
 {
     db = new GBKTestContext();
 }