this.$el.sortable( {
                helper : 'clone',
                start: function ( event, ui ) {
                    ui.placeholder.height( ui.helper.outerHeight() );
                    ui.placeholder.width( ui.helper.outerWidth() );