/// <summary>
 ///     Override LoadSubItemCollections
 /// </summary>
 protected override void LoadSubItemCollections()
 {
     Assignments = new AssignmentsCollection(this);
     Assignments.SetTable(GetInternalData().Tables["FileAttachmentAssignments"]);
 }