function __construct()
 {
     parent::__construct();
     $this->userRoleDao = new UserRoleDAO();
 }
 function __construct()
 {
     parent::__construct();
     $this->subscriptionDao = new SubscriptionDAO();
 }
 function __construct()
 {
     parent::__construct();
     $this->languageDao = new LanguageDAO();
 }