@{ var success = TempData["SuccessMessage"] as string; var error = TempData["ErrorMessage"] as string; } @if (!string.IsNullOrEmpty(success)) {