public string ArrayToString(char[,] map) { Filer.SetMap(map); Filer.Compress(); return(Filer.GetMapString()); }