public void Test()
        {
            MaxNum m = new MaxNum();

            m.FindMax();
        }