public void SetViewBag(int?seletedId = null) { ViewBag.ListGroup = danhMucDAO.GetListGroupCategory(); ViewBag.ListType = danhMucDAO.GetListTypeGroup(); }