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