p.rooms = function () {
    return request('getRooms').then(function (rooms) {
        return _.map(rooms, function (item) {
            return {
                id: item.id,