/**
  * 
  */
 public function __construct()
 {
     if (!isset(self::$validator)) {
         self::$validator = Validator::create();
     }
 }