public async Task EditStudentAsync(Student student)
 {
     await _studentApi.UpdateAsync(student);
 }