public ActionResult Index(string parentId) { IList <NotifyType> msgType = _notifyTypeDao.GetAll(); return(View(msgType)); }