public static void DeleteAllAccounts()
        {
            AccountCollection accounts = Account.LoadAll();

            accounts.Delete();
        }