private void Start()
 {
     brickManager.StartBrickManager();
     LifePlayer     = 3;
     BaseCountBrick = brickManager.GetBrickCount();
 }