public async Task <bool> DeleteSchoolLocation(int id) { return(await _schoolRepository.DeleteSchoolLocation(id)); }