/// <summary>
 /// Create a new AbteilungItem object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="kürzel">Initial value of the Kürzel property.</param>
 /// <param name="langname">Initial value of the Langname property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static AbteilungItem CreateAbteilungItem(global::System.Int32 id, global::System.String kürzel, global::System.String langname, global::System.Byte[] rowVersion)
 {
     AbteilungItem abteilungItem = new AbteilungItem();
     abteilungItem.Id = id;
     abteilungItem.Kürzel = kürzel;
     abteilungItem.Langname = langname;
     abteilungItem.RowVersion = rowVersion;
     return abteilungItem;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AbteilungItemSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAbteilungItemSet(AbteilungItem abteilungItem)
 {
     base.AddObject("AbteilungItemSet", abteilungItem);
 }