protected static function ClearErrors()
 {
     if (!empty(self::$ERRORS)) {
         self::$ERRORS = array();
     }
 }