private void View_Load(object sender, EventArgs e)
        {
            _view.Load -= View_Load;

            _controller.Load();
        }