public static string GetBalance(string Id)
 {
     return(ObjectToJson.ReaderToJson(userService.GetBalance(Id)));
 }