static function descuentoGobierno()
 {
     if (date("m-d-y") > "08-01-15") {
         self::$ayuda = 4500;
     }
 }