public List <ApplicationUser> GetItems()
 {
     return(dbContext.Set <ApplicationUser>().ToList());
 }