//	PUBLIC
 void Awake()
 {
     context = new ScientificCalculatorContext(this, true);             //'true' means call mappings automatically, I think
     context.Start();
 }
		//	PUBLIC
		void Awake()
		{

			context = new ScientificCalculatorContext(this, true); //'true' means call mappings automatically, I think
			context.Start ();


		}