}
@SuppressWarnings("unchecked")
@Bean(scope = DefaultScopes.SESSION)
public SayHelloController hello(){
SayHelloController helloController = new SayHelloController();
helloController.setEmployeesController((JsfDetailController) deptCrud().getController().getChildren().get("employees"));
return helloController;
}