private AsteroidController CreateNewAsteroid(AsteroidModel model)
 {
     return(new AsteroidController(model, gameView.CreateView(model.Name)));
 }