static void Main(string[] args)
        {
            Lines line = new Lines();

            line.SayHi(); line.Draw();
        }