public static void ShowView(string name, object arg = null) { if (DelegateProxy.ShowViewProxy != null) { DelegateProxy.ShowViewProxy(name, arg); } }