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