private void ShowActionButtonsOnTick(object sender, EventArgs eventArgs)
 {
     _actionButtonsTimer.Stop();
     SelectionActions.Show();
 }