private async Task UpdateStudentAsync(Student student)
 {
     await _studentDal.UpdateAsync(student);
 }