public List <string> GetChartLabels(int userID, int peroid, int chartID)
 {
     return(statisticsService.GetChartLabels(userID, peroid, chartID));
 }