OO.ui.MenuLayout.prototype.clearContentPanel = function () {
    this.contentPanel = null;
    this.$content.empty();
};