public function __construct()
 {
     $this->user = Jhawaii::getUserRepository()->getModule();
     $this->role = Jhawaii::getRoleRepository()->getModule();
 }
 public function check()
 {
     return Jhawaii::check();
 }