все есть
init: function(){
var fn = this;
this.Button();
// this.btn.addEventListener('click', this.Button.bind(this), false);
this.btn.addEventListener('click', function(){return fn.Button.call(fn);
}, false);
}
даже можно и так fn.Button(), вместо call