public void right()
 {
     Debug.Log("Right");
     boat.MoveRight();
 }