public bool SuaCTHoaDon(Ct_HoaDon cthd) { try { _repository.suaCTHD(cthd); } catch { return(false); } return(true); }