public function __construct(Acl $acl, AdapterInterface $adapter)
 {
     parent::__construct($acl, self::$_tableName, $adapter);
     self::$defaultEntriesSelectParams = array('orderBy' => 'id', 'orderDirection' => 'DESC', 'fields' => '*', 'id' => -1, 'search' => null, STATUS_COLUMN_NAME => null);
 }
 public function __construct(Acl $acl, AdapterInterface $adapter)
 {
     parent::__construct($acl, self::$_tableName, $adapter);
     self::$defaultEntriesSelectParams = ['orderBy' => 'id', 'orderDirection' => 'DESC', 'fields' => '*', 'id' => -1, 'search' => null, 'status' => null];
 }