public void Start() { _control = new ClientControl(); _model = new ClientModel(); _view = new ClientView(); }