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