public char GetChar(int i)
 {
     return(record.GetChar(i));
 }