public static string GetSaveFile(string FolderPath, string Extention, int Idx)
 {
     return(SaveHandler.GetSaveFile(FolderPath, Extention, Idx));
 }
 public static string GetSaveFile(string FolderPath, int Idx)
 {
     return(SaveHandler.GetSaveFile(FolderPath, Idx));
 }