public WindowSettingsRepository(EliseDbContext context) : base(context) { }
public GenericRepository(EliseDbContext context) { _context = context; }