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