void IMetadata.GetFile(int rid, out FileRow row)
 {
     _tables.FileTable.Get(rid, out row);
 }