public string arrayToString(char[,] map) { Filer.SetMap(map); Filer.MapArrayToString(); return(Filer.getMapString()); }