public speechTherapyViewController (IntPtr handle) : base (handle)
		{
			iap = new InAppPurchaseManager ();
		}
		public CustomPaymentObserver(InAppPurchaseManager manager)
		{
			theManager = manager;
		}