@Override
  public List<State> getStates() throws SapeStoreException {

    return addressDao.getStateList();
  }