void Awake()
 {
     startGame = new EnemyStartGameProgress(this);
     endGame   = new EnemyEndGameProgress(this);
 }