public static bool GetOnDataContextChanged(MetroContentControl element)
 {
     return((bool)element.GetValue(OnDataContextChangedProperty));
 }