public void TurnRight() { SimpleJob SJ = new SimpleJob(); CanvasOne.RenderTransform = SJ.RotateUI(CanvasOne, 90); }