@Override
 public Account getById(int id) throws RemoteException {
   return (Account) DAO.getObById(Account.class, id);
 }