UseAuthentication
- Fix variable typo from `postgreConnection` to `postgresConnection`. - Update `.gitignore` to exclude SQLite database files.
Refactored AgeGroupController, AgeGroupService, and IAgeGroupService to use string IDs instead of int. Added initial Entity Framework migration and database files to support AltersGruppe with string primary key.