public int MMCoEReject(Guid id, int state, string reason)
 {
     return(UploadOrderDao.MMCoEReject(id, state, reason));
 }