public MasterPage()
        {
            InitializeComponent();
            Instance       = this;
            BindingContext = vm;
            BackgroundImage.SetDynamicResource(StyleProperty, DependencyService.Get <IPreferenceRetriever>().GetLogoChosen());
            HomeIcon.Text = GrialShapesFont.Close;

            Display("SettingsView", false);
        }
 public void UpdateImage(string ImageKeyPath)
 {
     BackgroundImage.SetDynamicResource(StyleProperty, ImageKeyPath);
 }