void Die()
 {
     if (isInObject)
     {
         objectIn.killBrig(this);
     }
     lvlC.RemoveBrigade();
     Destroy(this.gameObject);
 }