public async Task <IActionResult> ActivateUser(string Id) { await _repository.ActivateUser(Id); return(View()); }