public override void UnmountView()
 {
     base.UnmountView();
     CurrentProfileChanged -= OnCurrentProfileChanged;
     CurrentProfile.UnMountRaiseConditionsForNotSupportedFeatureSections(OnProfileChanged);
 }
 private void OnCurrentProfileChanged(object sender, EventArgs args)
 {
     OnProfileChanged(sender, args);
     CurrentProfile.UnMountRaiseConditionsForNotSupportedFeatureSections(OnProfileChanged);
     CurrentProfile.MountRaiseConditionsForNotSupportedFeatureSections(OnProfileChanged);
 }