public CollectionWrapper(ICollection <T> list)
 {
     ValidationUtils.ArgumentNotNull(list, "list");
     this._genericCollection = list;
 }