public SqlTrainingProductsData(PTCContext db) { this.db = db; }
public SqlTrainingProductsData() { db = new PTCContext(); }