private void render() { wall.Clear(); exit.Clear(); person.Clear(); wall.Draw(); exit.Draw(); person.Draw(); }