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