public ReportModel(TrafficLoadContext context)
 {
     _context = context;
 }
 public StatsModel(TrafficLoadContext context)
 {
     _context = context;
 }
 public IndexModel(TrafficLoadContext context)
 {
     _context = context;
 }