public string GetAgentTranforSumString()
        {
            IMMatchBiz biz = new IMMatchBiz();
            DataSet ds = biz.GetAgentTransforSum();

            return JsonMethods.DtToJson(ds.Tables[0]);
        }
 public DataSet GetAgentTransforSum()
 {
     IMMatchBiz biz = new IMMatchBiz();
     return biz.GetAgentTransforSum();
 }