* started. The method is called before the
* <code>startMIDlet</code> method.
*/
private void initialize() {//GEN-END:|0-initialize|0|0-preInitialize
// write pre-initialize user code here
dataFactory = new DataStoreFactory();
this.propertyStore = dataFactory.makeRecordStoreImpl(Constants.DATA_STORE_PROPERTIES_NAME);
this.carriersStore = dataFactory.makeRecordStoreImpl(Constants.DATA_STORE_CARRIERS_NAME);
this.statesStore = dataFactory.makeRecordStoreImpl(Constants.DATA_STORE_STATES_NAME);
fillStatesDataBase();