partial void DeleteResponseCommand(ResponseCommand instance);
 partial void InsertResponseCommand(ResponseCommand instance);
 partial void UpdateResponseCommand(ResponseCommand instance);
 private void detach_ResponseCommands(ResponseCommand entity)
 {
     this.SendPropertyChanging();
     entity.Channel = null;
 }