public void Die()
 {
     factory.AddToList(this.gameObject, bulletType);
     this.gameObject.SetActive(false);
 }