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