public ChartRepository(ChartContext _context)
 {
     context = _context;
 }
 public ChartRepository()
 {
     context = new ChartContext();
 }