public Person(IPersonDataService personDataService) { _dataservice = personDataService; HairColor = _dataservice.GetHairColor(); }