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