public static void ShowNotifyAutoHide(ElementHost elementHost1, String text)
 {
     UserControl_Notify note = new UserControl_Notify(text);
     elementHost1.Child = note;
     note.ShowNotifyAutoHide();
 }