public void ChangeLocation()
 {
     if (_hoctl != null)
     {
         _hoctl.ChangeLocation();
     }
 }