public List <PhieuNhapCT> PhieuNhap_LoadChiTiet(string mapn) { try { return(PhieuNhap_bus.LoadChiTiet(mapn)); } catch (Exception ex) { throw ex; } }