public AboutPage()
        {
            InitializeComponent();

            var model = new AboutViewModel();

            model.Initialize();

            BindingContext = model;
        }