private void AutomationTest()
        {
            AutomationRunner test = new AutomationRunner("C:/TestImages");
            test.Wait(2);
			test.ClickByName("SettingsAndControls");
            test.Wait(2);
			test.ClickImage("BackButton.png");


			//ImageIO.SaveImageData("test.png", test.GetCurrentScreen());
		}