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