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