public void StepButton_OnClicked(object sender, EventArgs args)
 {
     _parallax.MoveBy((Bounds.Width - Box1.Width) / 4, 1000, Easings.CubicOut);
 }