private void QRCodeItem_Click(object sender, EventArgs e)
        {
            QRCodeForm qrCodeForm = new QRCodeForm(controller.GetServerURLForCurrentServer());

            //qrCodeForm.Icon = this.Icon;
            // TODO
            qrCodeForm.Show();
        }