(function ($) {

    $(function(){
        ApplicationView.create();
        ApplicationController.create();
    })

})(window.jQuery);