public static object GetByFilter(string strCtpy, string strLimit, string strEffDateFrom, string strEffDateTo
                                  , string strExpDateFrom, string strExpDateTo, int jtStartIndex, int jtPageSize, string jtSorting)
 {
     return(CounterpartyUIP.GetTempLimitByFilter(SessionInfo, strCtpy, strLimit, strEffDateFrom, strEffDateTo
                                                 , strExpDateFrom, strExpDateTo, jtStartIndex, jtPageSize, jtSorting));
 }