private void BindDG() { dgUpdates.DataSource = SystemEvents.GetListSystemEventsByObjectDT(ObjectId, ObjectTypeId); dgUpdates.DataBind(); }