public void Init()
		{
			history = new CommandLineHistory();
			history.Add("a");
			history.Add("b");
			history.Add("c");
		}
		public void Init()
		{
			history = new CommandLineHistory();
		}