public void ShortcutReleased(CtrlAltDel shortcut)
 {
     CtrlAltDelReleasedCounter++;
 }
 public void ShortcutPressed(CtrlAltDel shortcut)
 {
     CtrlAltDelPressedCounter++;
 }