public Table_3Controller(iTable_3 db) { this.db = db; }
public Table_3Controller() { this.db = new EFTable_3(); }