public void Death()
 {
     this.gameObject.SetActive(false);
     Destroy(this.gameObject);
     Points.Addpoints(PointToAdd);
 }