private void Form_Shown(object sender, EventArgs e)
 {
     _animator.Direction = Sibling.GetSiblingDirection(_animator.Direction);
 }