public void InvokeAction(ITakeDamage _currentView)
 {
     HasCollided?.Invoke(_currentView, currentBulletModel.GetPointDamage());
 }