//Active the warnings if is necessary
 public void ActiveWarnings()
 {
     warnings.SetActive(gameField.ActiveWarnings());
 }