public void Awake()
 {
     nextPage.onClick.AddListener(delegate { Flow.ChoiceSensor(); });
 }