private void button1_Click(object sender, EventArgs e)
        {
            /*Get the request from client and the get the ticket and timestamp, and get the Key TGS from Authentication Server.
             * 1. Get Request
             * 2. Get Key TGS from Authentication Server
             * 3. Split to timestamp section and ticket section
             * */
            f.printProcess("\n\nGet Encrypted message from Client", ncolor);

            textBox1.Text   = aServer.getTGSkey();
            textBox2.Text   = p.getEncMessage();
            button3.Enabled = true;
            button1.Enabled = false;
        }