public void ShowGraph(List<Day> Days)
 {
     Statistics stats = new Statistics();
     stats.GraphStat(Days);
 }