public static void DestroyView(string name) { if (DelegateProxy.DestroyViewProxy != null) { DelegateProxy.DestroyViewProxy(name); } }