public function __construct()
 {
     self::$ctrlGuiEscenarios = new ControlGuiEscenarios();
     self::$ctrlGuiVideoconferencia = new ControlGuiVideoconferencia();
     self::$ctrlGuiCamaras = new ControladorGuiCamaras();
     self::$ctrlGuiDvd = new ControladorGuiDVD();
     self::$ctrlGuiGrabador = new ControladorGuiDVDGrabador();
     self::$ctrlGuiLuces = new ControladorGuiLuces();
     self::$ctrlGuiPantallas = new ControladorGuiPantallas();
     self::$ctrlGuiPlasmas = new ControladorGuiPlasmas();
     self::$ctrlGuiProyectores = new ControladorGuiProyectores();
     self::$ctrlGuiRedThinkClient = new ControladorGuiRedThinkClient();
     self::$ctrlGuiSonido = new ControladorGuiSonido();
     self::$ctrlGuiAlumno = new ControladorGuiAlumno();
     self::$ctrlGuiSistema = new ControladorGuiSistema();
     self::$ctrlGuiDispositivo = new ControladorGuiDispositivos();
     self::$ctrlGuiMenu = new ControladorGuiMenu();
     self::$ctrlGuiCamaraDocumentos = new ControladorGuiCamaraDocumentos();
     //self::$ctrlGuiSistema->comprobarSistema();
 }