public LightsRepository(LightsContext ctx, ILogger <LightsRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }
 public LightsSeeder(LightsContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }