public void OpenPanel()
        {
            AccordionItemButton.IsPressed = true;

            ContentPanel.IsVisible = true;
            ContentPanel.Animate("ClosePanel", o => ContentPanel.Opacity = o, 0, 1, length: 250, easing: Easing.CubicIn);
        }