/// <summary> /// Begin editing this instance /// </summary> protected void BeginEdit() { if (!this.IsEditing) { this._editSession = EditSession.Begin(this); } }