toJSON: function () {
    var c = _.clone(this.attributes);
    // this hack is created to create new column
    // if you set _name instead name backbone does not get
    // it as idAttribute so launch a POST instead of a PUT