public void moveSynchronize(int xCoord, int yCoord, int prevX, int prevY) {
   AR.sendCoordinates(prevX, prevY, xCoord, yCoord);
 }