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