public static bool CapNhatNguyenLieu(NguyenLieuDTO nl)
 {
     return(NguyenLieuDAO.CapNhatNguyenLieu(nl));
 }
 public static bool CapNhatNguyenLieu(NguyenLieu nguyenLieu)
 {
     return(NguyenLieuDAO.CapNhatNguyenLieu(nguyenLieu));
 }