private void Refresh_timer_Tick(object sender, EventArgs e)
 {
     _snakeGameManager.UpdateBoard(_arrowDirection);
 }