public PersonRepository(EintechDbContext dataContext) : base(dataContext) { }
public GroupService(EintechDbContext context) { _context = context; }