public SQLStudentRepository(AppDbContext context, ILogger <SQLStudentRepository> logger) { this.context = context; this.logger = logger; }