public void ThrowProjectile()
 {
     StartCoroutine(ParentGun.ThrowGrenade(false, false));
 }