internal WindowRect GetRect()
        {
            WindowRect rect = new WindowRect();

            rect.Height = config.WidowHeight;
            rect.Width  = config.WidowWidth;
            rect.SetRightBottom();
            return(rect);
        }
        internal WindowRect GetRect()
        {
            WindowRect rect = new WindowRect();

            rect.Height = wordsManager.GetConfig().ListWidowHeight;
            rect.Width  = wordsManager.GetConfig().ListWidowWidth;
            rect.SetRightBottom();
            return(rect);
        }