public ActionResult Deactivate(Guid id) { _Storage.DeactivateUser(id); return(RedirectToAction("Index")); }