/// <summary>
 /// Deprecated Method for adding a new object to the tbTIENSUs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbTIENSUs(tbTIENSU tbTIENSU)
 {
     base.AddObject("tbTIENSUs", tbTIENSU);
 }
 /// <summary>
 /// Create a new tbTIENSU object.
 /// </summary>
 /// <param name="mATIENSU">Initial value of the MATIENSU property.</param>
 /// <param name="mABENHAN">Initial value of the MABENHAN property.</param>
 public static tbTIENSU CreatetbTIENSU(global::System.String mATIENSU, global::System.String mABENHAN)
 {
     tbTIENSU tbTIENSU = new tbTIENSU();
     tbTIENSU.MATIENSU = mATIENSU;
     tbTIENSU.MABENHAN = mABENHAN;
     return tbTIENSU;
 }