var notification=function(){function n(n){return n==!0?$("#KeepOpenNotification").data("kendoNotification"):$("#Notification").data("kendoNotification")}function t(){$("#KeepOpenNotification").data("kendoNotification").hide();$("#Notification").data("kendoNotification").hide()}function i(t,i){var r=n(i);r.show({message:t},"error")}function r(t,i){var r=n(i);r.show({message:t},"info")}function u(t,i,r){var u=n(r);u.show({title:t,message:i},"message")}function f(t,i){var r=n(i);r.show({message:t},"success")}function e(){$(document.body).on("keydown",function(n){n.altKey&&n.keyCode==78&&notification.hideAll()})}return{hideAll:t,showError:i,showInfo:r,showNewMessage:u,showSuccess:f,initJQuery:e}}();notification.initJQuery()