initialize: function(opts){
    this.options = opts || {};
    this.router = this.options.router;
  },