private void btnOpenTarget_Click(object sender, EventArgs e)
        {
            RelCommand cmd = _manager.GetCommand(SelectedRelocationIndex);

            if (cmd != null)
            {
                OpenRelocation(cmd.GetTargetRelocation());
            }
        }