public Property SimpleParser(int i)
 {
     return((RowParser.Simple <int, int>(s => s).Parse(i).Value == i).ToProperty());
 }