/**
  * Cambia el view y el template por el de error
  */
 public static function notFound()
 {
     self::$_view = 'error';
     self::$_template = 'error';
 }