{
return (T) new CategoriesController(ControllerFactory.domainModel);
}
if (type.equals(ICategoriesParticipantesController.class))
{
return (T) new CategoriesParticipantesController(ControllerFactory.domainModel);
}
if (type.equals(IEvenementsController.class))
{
return (T) new EvenementsController(ControllerFactory.domainModel);
}