public SingleHotKeyPresenter(Keys k, String s, int id)
        {
            singleHotKeyModel = new SingleHotKeyModel(k, s, id);
            singleHotKeyView  = new SingleHotKeyView();

            singleHotKeyView.ChangeHotKey.Click += ChangeHotkey_Click;
            singleHotKeyView.SetChampionIDText(s);
            singleHotKeyView.SetCurrentHotKeyText(k.ToString());
        }
        public SingleHotKeyPresenter(Keys k, String s, int id)
        {
            singleHotKeyModel = new SingleHotKeyModel(k, s, id);
            singleHotKeyView = new SingleHotKeyView();

            singleHotKeyView.ChangeHotKey.Click += ChangeHotkey_Click;
            singleHotKeyView.SetChampionIDText(s);
            singleHotKeyView.SetCurrentHotKeyText(k.ToString());
        }