public static string[] getSaves()
 {
     return(DataPlayer.getFilesInDir(GameController.getInstance().SaveLocation));
 }