static void Main()
    {
        OraTest ot = new OraTest();

        ot.Connect();
        ot.Close();
    }
    static void Main()
    {
        Example OraTest = new OraTest();

        OraTest.Connect();
        OraTest.Close();
    }