public static CornerRadius GetCornerRadius(GroupBox groupBox)
 {
     return((CornerRadius)groupBox.GetValue(CornerRadiusProperty));
 }