/// <summary>
 /// Create a new BeschäftigungsArtItem object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="art">Initial value of the Art property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 public static BeschäftigungsArtItem CreateBeschäftigungsArtItem(global::System.Int32 id, global::System.String art, global::System.Byte[] rowVersion)
 {
     BeschäftigungsArtItem beschäftigungsArtItem = new BeschäftigungsArtItem();
     beschäftigungsArtItem.Id = id;
     beschäftigungsArtItem.Art = art;
     beschäftigungsArtItem.RowVersion = rowVersion;
     return beschäftigungsArtItem;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the BeschäftigungsArtItemSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBeschäftigungsArtItemSet(BeschäftigungsArtItem beschäftigungsArtItem)
 {
     base.AddObject("BeschäftigungsArtItemSet", beschäftigungsArtItem);
 }