IEnumerable INotifyDataErrorInfo.GetErrors(string propertyName)
 {
     // parent EntityAspect has all of the errors.
     return(EntityAspect.GetValidationErrors(this.GetPropertyPath(propertyName)));
 }