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