Ext.define('SSE.store.Worksheets', { extend: 'Ext.data.Store', config: { model: 'SSE.model.Worksheet' } });