public async Task OnGetAsync()
 {
     StudentTotals = await _repository.GetEnrollmentTotalsAsync();
 }