public PropertyBinder(PropertyValueConverter valueConverter)
 {
     _valueConverter = valueConverter;
 }