public static void RemoveMenuItem(CtlNotifyIcon ctlNotifyIcon, string nick) { ctlNotifyIcon.RemoveItem(nick); }