public static void PopulatSchools(ISchoolRepository <int> schoolRepo) { var schools = GetSchools(); schoolRepo.AddRange(schools); }