public void play()
 {
     Debug.Log("Play");
     AudioComponent.play();
 }