public void Tear ()
		{
			instance = null;
		}
		public void Setup ()
		{
			instance = new ExerciseMain();
		}