void OnCollisionEnter(Collision collision)
 {
     Destroy(collision.gameObject);
     my_gamemanager.EndGame();
 }