public bool ExecRemoveObject(CommandData cmdData) { ObjectsHelper.RemoveObject(cmdData.Parameters); return(true); }