public function __construct()
 {
     parent::__construct();
     $this->oUser = new UserCore();
     $this->oUserModel = new UserCoreModel();
     $this->oValidate = new Validate();
 }
 public function __construct()
 {
     parent::__construct();
 }