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