private static TableCell CreateTableCell()
 {
     TableCell cell = new TableCell();
     cell.PreventAutoID();
     return cell;
 }