setActiveLayer: function (layerView) {
    var recreate = !!this.tableView;
    this.deactivated();
    this.model = layerView.table;
    this.layer = layerView.model;