using System.Collections.Generic;
using System.Threading.Tasks;
static public Account[] Accounts { get; set; }
Accounts = new Account[] {
new Account { AccountName = "Transaktionskonto",
AccountNumber = "100", Balancs = 0m },
new Account { AccountName = "Sparkonto",
AccountNumber = "200", Balancs = 0m }