public static object GetCtpyLimitByCtpyID(string ID)
 {
     return(CounterpartyUIP.GetCtpyLimitByCtpyID(SessionInfo, new Guid(ID)));
 }