public BuildMakerApplicationContext()
        {
            // Note: To run test workflow uncomment next line and comment CreateUiWorkflow() merthod call
            mUiWorkflow = CreateTestUiWorkflow();
            //mUiWorkflow = CreateUiWorkflow();

            mUiWorkflow.CurrentViewChanged += MUiWorkflowCurrentViewChanged;
            mUiWorkflow.ShowMainForm();
        }