public void ClearPlayground() { var staticObjects = new StaticObjects(); Console.Clear(); staticObjects.DrawRoad(); }