public virtual void ApplyTo(Object Object)
 {
     this.Object = Object;
 }
 public Filter(Object Object)
 {
     this.Object = Object;
 }