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