public static string GetUserByWhere(string userName, string status, string currency, string time1, string time2, string agentType, string agent, string MoneyType)
 {
     return(userService.GetUserByWhere(userName, status, currency, time1, time2, agentType, agent, MoneyType));
 }