function __construct()
 {
     parent::__construct();
     $this->mod_u = new UsuarioModel();
     $this->mod_tc = new TipocomModel();
     $this->mod_v = new VehiculoModel();
     $this->mod_p = new PagoModel();
 }
 function __construct()
 {
     parent::__construct();
     $this->mod_mar = new MarcaModel();
 }
 function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     $this->mod_r = new RolModel();
 }
 function __construct()
 {
     parent::__construct();
     $this->mod_tv = new TipovehModel();
     $this->mod_mod = new ModeloModel();
 }