public ActionResult Edit(int ID) { var dao = new GiangVienDAO(); var model = dao.GetByID(ID); return(PartialView("Edit", model)); }