public EmployeeController(
     IEmployeeView employeeView)
 {
     _employeeView = employeeView;
     employeeView.SetController(this);
 }