public ActionResult Delete(int id) { Dep obj = new Dep(); Department dep = obj.GetDepById(id); return(View(dep)); }