private uint EditEvent(uint anaID, AdpsParam param)
 {
     IVXProtocol.AdpsSdk_UpdateEvent(m_loginIDAdps, param, anaID);
     return(anaID);
 }