public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) { return(Location.Parse((string)value)); }