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