mw.widgets.TableWidget.prototype.clearWithProperties = function () {
    this.model.clearWithProperties();
};