public void Delete() { ActiveRecord.Delete((dynamic)this); }
public void Update() { ActiveRecord.Update((dynamic)this); }