public EmployeeController(IEmployee view)
        {
            _employeeView = view;

            _employeeView.SetController(this);
        }