public void SendConnectEvent()
    {
        ConnectEvent connect = ConnectEvent.Create();

        connect.Send();
    }