protected override void Render(IRender render) { try { _shapeService.RenderShapes(render, _game); } catch (Exception e) { } }