async Task AddAsync() { await townsService.Add(townAdd); Update(); }
void Add() { townsService.Add(name); Update(); }