/// <summary> /// Gets the data instance by the name. /// </summary> private LogicGlobalData GetGlobalData(string name) { return(LogicDataTables.GetClientGlobalByName(name)); }