private void MaterializeEntity(Entity e) { collisionController.AddCollider(e.body); entities.Add(e); viewController.Show(e); }