internal int GetIndexForPage(IComicPage page)
        {
            int index = ffile.GetPageIndex(page);

            return(index);
        }