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