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