public PhieuNhap GetById(int id) { return(phieuNhapRepository.GetSingleById(id)); }
public PhieuNhap LayTheoMa(int Ma) { return(_pnRepository.GetSingleById(Ma)); }