public static System.Windows.Media.SolidColorBrush ToBrush(this Color c)
 {
     return(new SolidColorBrush(c.ToMediaColor()));
 }