public ApplicationUser Find(string id)
 {
     return(_context.Set <ApplicationUser>().Find(id));
 }