public void SpawnGreenFish()
 {
     GetComponent <AudioSource>().PlayOneShot(buttonClick);
     spawnScript.SpawnGreenFish();
 }