private void Start()
 {
     SC = FindObjectOfType <StageController>();
     GM = SC.gameObject.GetComponent <GameManager>();
 }