public IEnumerable <IPersistIfcEntity> OfType(string StringType, bool activate)
 {
     return(cache.OfType(StringType, activate));
 }