private void AddEntity(float x, float y) { _entityService.AddEntity(new Entity() { X = x, Y = y, Mass = PhysicsExtensions.GenerateMass(), Color = ColorExtensions.GenerateColor() }); }