public ICriteria SetReadOnly(bool readOnly)
 {
     root.SetReadOnly(readOnly);
     return(this);
 }