Ext.define('treps.store.SAMPClients', { extend: 'Ext.data.Store', model: 'treps.model.SAMPClient', idProperty: 'id' });