public CountMethod(CollectionObject self)
 {
     this.self = self;
 }
 public FindOneMethod(CollectionObject self)
 {
     this.self = self;
 }
 public InsertMethod(CollectionObject self)
 {
     this.self = self;
 }
 public SaveMethod(CollectionObject self)
 {
     this.self = self;
 }
 public UpdateMethod(CollectionObject self)
 {
     this.self = self;
 }