public bool ContainsObjectGroup(ObjectGroup objectGroup)
 {
     return(_objectGroups.ContainsEntity(objectGroup));
 }