function __construct()
 {
     $this->_system = System::singleton();
     $ObFecha = new Fecha();
     $this->_fecha = $ObFecha->soloFecha();
 }