public BankAccountDTO GetAccountDTO(int id) { var account = this.repository.Get(id); return(mapper.MapAccount(account)); }