/// <summary>
 /// Deprecated Method for adding a new object to the Exclude_service_item_id EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToExclude_service_item_id(Exclude_service_item_id exclude_service_item_id)
 {
     base.AddObject("Exclude_service_item_id", exclude_service_item_id);
 }
 /// <summary>
 /// Create a new Exclude_service_item_id object.
 /// </summary>
 /// <param name="service_item_id">Initial value of the service_item_id property.</param>
 public static Exclude_service_item_id CreateExclude_service_item_id(global::System.String service_item_id)
 {
     Exclude_service_item_id exclude_service_item_id = new Exclude_service_item_id();
     exclude_service_item_id.service_item_id = service_item_id;
     return exclude_service_item_id;
 }