public HydraRepository(HydraContext context, ILogger <HydraRepository> logger)
 {
     this.ctx    = context;
     this.logger = logger;
 }
 public HydraSeeder(HydraContext ctx, IHostingEnvironment hosting)
 {
     this.ctx     = ctx;
     this.hosting = hosting;
 }