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