public static string GetRateAll()
 {
     return(ObjectToJson.ReaderToJson(rateService.GetRateAll()));
 }