private void OnTriggerEnter2D(Collider2D other)
 {
     pointController.IncreaseScore(myValue);
 }