int
add(Account account)
void
delete(Account account)
List<Account>
getAll()
Account
getById(int id)
update(Account account)