populateCategories: function() {
    var categoriesView = new M.CategoriesView();
    categoriesView.selectedId = this.model.get('category').id;
    categoriesView.render();
  },