public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
 {
     return(Offsets.FromText(value as string));
 }