static void CreateStudentsIntoSchool(School school) { CreateStudentsIntoSchool(school, Randomizer.GetRandomNumber(1, 10)); }