private void Start()
    {
        LoginMenu script = LoginRegisterPanel.GetComponent <LoginMenu>();

        script.DownloadCommon();
    }