public ActionResult DestroyDepartment(int id)
 {
     dRep.Destroy(dRep.Find(id));
     return(RedirectToAction("DepartmentList"));
 }