public async Task AddAsync(Element element) { await _context.Elements.AddAsync(element); await _context.SaveChangesAsync(); }