private void SetTipFollowsTarget(bool tipFollowsTarget)
 {
     if (tipFollowsTarget)
     {
         elements.GetTipFollowsTargetCheckBox().Check();
     }
     else
     {
         elements.GetTipFollowsTargetCheckBox().Uncheck();
     }
 }