public async Task AddStudentAsync(Student student)
 {
     await _studentApi.AddAsync(student);
 }