public override void BeforeSave(bool insert) { BehaviorsCSV = Behaviors.ToCSV(","); base.BeforeSave(insert); }