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