private void DestroyInstance()
 {
     GameObject.Destroy(laser.gameObject);
     laserManager.DettachController(this);
 }