int System.Collections.IList.IndexOf(object value)
 {
     return(RowList.IndexOf(value as MDataRow));
 }