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