public int GetMaxArid() { int ewmId = 0; AR_QR_FANS ar = _set.GetMaxArid(); ewmId = ar.AR_ID.Value; if (ewmId > 9999) { ewmId = 0; } return(ewmId); }