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