void Button_Clicked_1(object sender, EventArgs e)
 {
     CircularShell.SetFlyoutIconBackgroundColor(Shell.Current, (sender as Button).BackgroundColor);
 }
 void Button_Clicked(object sender, EventArgs e)
 {
     CircularShell.SetFlyoutIconBackgroundColor(Shell.Current, Color.Default);
 }