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