public async Task InsertAsync(Seller obj) { await _context.AddAsync(obj); await _context.SaveChangesAsync(); }