public void Init() { this._controller = new HomeController(); }
public void Cleanup() { this._controller.Dispose(); this._controller = null; }