/// <summary>
 /// Gives each manipulator the ability to respond to map events again
 /// </summary>
 public void RemoveFullControlManipulator()
 {
     if (_fullControllManipulator != null)
     {
         _fullControllManipulator.RemoveFullControlManipulatorCore();
         _fullControllManipulator = null;
     }
 }