public static void AddPlayer(Player player) { players.Add(player); }
public static void RemovePlayer(Player player) { players.Add(player); }