public ActionResult DisableUser(string Id) { using (var UC = new UserControl()) { UC.DisableUser(Id); } return(RedirectToAction("Index")); }