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