/// <summary>
 /// Deprecated Method for adding a new object to the nextPlayerIds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTonextPlayerIds(nextPlayerId nextPlayerId)
 {
     base.AddObject("nextPlayerIds", nextPlayerId);
 }
 /// <summary>
 /// Create a new nextPlayerId object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static nextPlayerId CreatenextPlayerId(global::System.Guid id)
 {
     nextPlayerId nextPlayerId = new nextPlayerId();
     nextPlayerId.id = id;
     return nextPlayerId;
 }