/// <summary>
 /// Create a new BAOCAOLICHSUTONKHO object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="ngayGhiNhan">Initial value of the NgayGhiNhan property.</param>
 /// <param name="nhapSoLuong">Initial value of the NhapSoLuong property.</param>
 /// <param name="nhapThanhTien">Initial value of the NhapThanhTien property.</param>
 /// <param name="xuatSoLuong">Initial value of the XuatSoLuong property.</param>
 /// <param name="xuatThanhTien">Initial value of the XuatThanhTien property.</param>
 /// <param name="cuoiKySoLuong">Initial value of the CuoiKySoLuong property.</param>
 /// <param name="cuoiKyDonGia">Initial value of the CuoiKyDonGia property.</param>
 /// <param name="cuoiKyThanhTien">Initial value of the CuoiKyThanhTien property.</param>
 public static BAOCAOLICHSUTONKHO CreateBAOCAOLICHSUTONKHO(global::System.Int32 id, global::System.DateTime ngayGhiNhan, global::System.Int32 nhapSoLuong, global::System.Decimal nhapThanhTien, global::System.Int32 xuatSoLuong, global::System.Decimal xuatThanhTien, global::System.Int32 cuoiKySoLuong, global::System.Decimal cuoiKyDonGia, global::System.Decimal cuoiKyThanhTien)
 {
     BAOCAOLICHSUTONKHO bAOCAOLICHSUTONKHO = new BAOCAOLICHSUTONKHO();
     bAOCAOLICHSUTONKHO.ID = id;
     bAOCAOLICHSUTONKHO.NgayGhiNhan = ngayGhiNhan;
     bAOCAOLICHSUTONKHO.NhapSoLuong = nhapSoLuong;
     bAOCAOLICHSUTONKHO.NhapThanhTien = nhapThanhTien;
     bAOCAOLICHSUTONKHO.XuatSoLuong = xuatSoLuong;
     bAOCAOLICHSUTONKHO.XuatThanhTien = xuatThanhTien;
     bAOCAOLICHSUTONKHO.CuoiKySoLuong = cuoiKySoLuong;
     bAOCAOLICHSUTONKHO.CuoiKyDonGia = cuoiKyDonGia;
     bAOCAOLICHSUTONKHO.CuoiKyThanhTien = cuoiKyThanhTien;
     return bAOCAOLICHSUTONKHO;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the BAOCAOLICHSUTONKHOes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBAOCAOLICHSUTONKHOes(BAOCAOLICHSUTONKHO bAOCAOLICHSUTONKHO)
 {
     base.AddObject("BAOCAOLICHSUTONKHOes", bAOCAOLICHSUTONKHO);
 }