public int FindString(int StartPage, int EndPage, string FindValue)
 {
     return(rs.FindString(StartPage, EndPage, FindValue));
 }