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