public void Remove()
    {
        _parentPanel.RemoveMessagePanel(this);

        gameObject.SetActive(false);

        Destroy(gameObject);
    }