public void MoveToStart()
 {
     robot.GoTo(startX, startY);
 }