public NewHotkey()
 {
     InitializeComponent();
     HotkeyNew = new Hotkey();
 }
 public CatchHotkey(NewHotkey parent)
 {
     InitializeComponent();
     _parent = parent;
     _hotkey = parent.HotkeyNew;
 }