public string GetAll()
 {
     return(JsonConvert.SerializeObject(customerService.getAllDailyData()));
 }