public HomeController(ChartDBContext chartDB)
 {
     this.chartDB = chartDB;
 }