public IndexService(LabTestContext db) { this.db = db; }
public StudentsController(LabTestContext context) { _context = context; }