private void ShowInRegion()
        {
            IRegion region = this.RegionManager.Regions[RegionConstants.REGION_BUSY];

            region.RemoveAll();
            region.AddAndActivateIfNotExists(BusyControl);
        }