private void AddWall(int betweenSpace, int andSpace) { Maze.AddObstruction(betweenSpace, andSpace); OnPropertyChanged(nameof(Maze)); }