public AddForce(RigidbodyWrapper self)
 {
     this.self = self;
 }
 public AddTorque(RigidbodyWrapper self)
 {
     this.self = self;
 }