public int ModifyHistoryDataByID(int id, int count, string seq) { return(dal.ModifyLastPrintBucketByID(id, count, seq)); }