public void HideScrollNotice()
    {
        INotice notice = IApollo.Instance.GetService(5) as INotice;

        notice.HideNotice();
    }