public void DestroyBrick()
 {
     theGM.AddScore(brickValue);
     Destroy(gameObject);
 }