public void removePlayer(PlayerBean playerBean) { playerBean.goneFromTable(); listPlayers.Remove(playerBean); }