public IActionResult DeleteConfirmed(string id)
 {
     repo.DeleteApplicationUser(id);
     return(RedirectToAction(nameof(Index)));
 }