//Lấy danhs sách public List <SubCategoryDTO> GetSubCategoryList() { return(service.GetListSubCategory().OrderBy(n => n.Id).ToList()); }