public void SetMap(string level)
        {
            string[] map = level.Split(',');

            GameModel.SetLevel(map);
        }