public virtual async Task <ApplicationUser> AddAsync(ApplicationUser entity)
 {
     return((await _dbContext.AddAsync(entity)).Entity);
 }