public Organization(String databaseName)
 {
     Name   = databaseName;
     People = FakeService.GetPeople();
 }