public IDataReader GetData(int i)
 {
     return(record.GetData(i));
 }