public void AssignBulletToGrid(GridCell gridClue)
 {
     _ballManager.AssignBulletToGrid(this, gridClue);
 }