private void _Timer_Tick(object sender, EventArgs e)
 {
     _Parent?.InvalidateVisual();
 }