/// <summary>
 /// Deprecated Method for adding a new object to the instrument_type_group EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToinstrument_type_group(instrument_type_group instrument_type_group)
 {
     base.AddObject("instrument_type_group", instrument_type_group);
 }
 /// <summary>
 /// Create a new instrument_type_group object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="code">Initial value of the Code property.</param>
 /// <param name="lastModified">Initial value of the LastModified property.</param>
 public static instrument_type_group Createinstrument_type_group(global::System.Int64 id, global::System.String code, global::System.DateTime lastModified)
 {
     instrument_type_group instrument_type_group = new instrument_type_group();
     instrument_type_group.ID = id;
     instrument_type_group.Code = code;
     instrument_type_group.LastModified = lastModified;
     return instrument_type_group;
 }