public async Task <ActionResult> FindVeteran() { var user = await _userManager.GetUserAsync(User); if (_matchService.IsVerified()) { _matchService.FindVeteran(); } return(RedirectToAction("Index", "Lawyer")); }