// Lấy đơn giá load từ cboMaNL bên frmHDNhap
 public static int LayDonGiaTuMaNL(string maNL)
 {
     return(NguyenLieuDAO.LayDonGiaTuMaNL(maNL));
 }