public DndRepository(DndSpellContext context) : base(context) { }
public EntityBaseRepository(DndSpellContext context) { _context = context; }