private string GetTypeFileName(FileLoadSaveElem data) { return(data.GetType().ToString() + "_" + data.GetStrID()); }