public ActionResult Delete(int id) { _dataService.DeleteLogin(id); return(RedirectToAction("Index")); }