public static int Count(int siteId)
        {
            int count = OnlyCount(siteId);

            count += DBModule.CountForMyPage(siteId);
            return(count);
        }