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