this.add(right);
}
public void addEntrys() throws ProblemwithDataApplication{
DatabaseConnection con = DatabaseConnection.getInstance();
con.connect();
left.removeAll();
try {
gambler = con.getAllGamblers();
} catch (ProblemwithDataApplication e) {
e.printStackTrace();