public async Task DeleteStudentAsync(int studentId)
 {
     await _studentApi.DeleteAsync(studentId);
 }