public void RemovePlayer(TPerson.Player p) { listPlayers.Remove(p); }
public void AddPlayer(TPerson.Player p) { listPlayers.Add(p); }