catController.set('model', $.map(categories_json, function (el) {
   return LegacyCategory.create(el);
 }));
 var categoryModels = $.map(categories_json, function (el) {
   return LegacyCategory.create(el);
 });