public void TeleportAction(bool active)
 {
     _player.Teleport(_mousePos);
 }