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