private int GetGridTotal()
        {
            int total = m_FTISService.GetEpaperCount(m_Conditions);

            return(total);
        }