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