// empties the temp table public void EmptyTemp() { DbControl control = new DbControl(); control.EmptyTemp(); }