protected void grvTrinhDoDT_NeedDataSource(object sender, GridNeedDataSourceEventArgs e) { grvTrinhDoDT.DataSource = _entities.GetAllTrinhDoDT(); }