public async Task <School> AddSchoolAsync(School school) { return(await _schoolRepository.AddSchoolAsync(school)); }