public StudentDetailsController(SchoolFinderContext context) { _context = context; }
public UsersController(SchoolFinderContext context) { _context = context; }