public static void SetValue(Control control, string property, object value)
 {
     control.TrySetValue(property, value);
 }