public async Task <bool> AnyCharterSchoolsAsync() { return(await _schoolRepository.AnyCharterSchoolsAsync(GetCurrentSiteId())); }