public async Task DeleteSchoolAsync(int id)
 {
     await _schoolRepository.DeleteSchoolAsync(id);
 }