In Backbone, never call view methods directly, call model methods instead. The model methods will then trigger events, which views can respond to.