public function __construct()
 {
     parent::__construct();
     $this->tables = FileHelper::getInstance()->deserializeObject(FileHelper::getInstance()->resolveCachedFile(FileHelper::CACHED_FILE_DATASERVICE_TABLES));
     if ($this->tables == null) {
         $this->tables = array();
     }
 }