public bool OnPreInsert(PreInsertEvent @event) { RepositoryFramework.RaisePreCreate(@event.Entity); return(false); }