public ActionResult Tim(string tim) { var dao = new GiangVienDAO(); var model = dao.Tim(tim); return(View("Index", model)); }