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