public IEnumerable <AccountTypeDTO> GetAccountsTypes() { var types = this.repository.GetTypesAccount(); return(customMapper.MapTypes(types)); }