public int ChangeUserSatate(int formId, int toId, string reason, int state) { return(exeCmd.ChangeUserSatate(formId, toId, reason, state)); }