public NotSpecification(Specification <T> spec)
 {
     _spec = spec;
 }