@Override
 public Vector<Account> getAll() throws RemoteException {
   return DAO.getList(Account.class);
 }