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