public ActionResult Ativar(int id) { _usuarioRepository.Ativar(id); return(RedirectToAction("Index")); }