public Manager()
 {
     for (int i = 0; i < 100; i++)
     {
         People.Add(new Person(GetRandomLocation()));
     }
     Businesses = new Company_KDTree(-1, new Company[0]);
     Statistics = new DataAggregator();
 }
 public Manager()
 {
     for (int i = 0; i < 100; i++)
     {
         People.Add(new Person(GetRandomLocation()));
     }
     Businesses = new Company_KDTree(-1, new Company[0]);
     Statistics = new DataAggregator();
 }