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