angular.module('authoringEnvironmentApp').factory('Section', [
    '$http',
    '$q',
    function ($http, $q) {
        var Section = function () {};  // section constructor