public TcCustomerRow(TcOptimizedTableRow row)
 {
     mRow = row;
 }
 public Tc3rdPartyComponentRow(TcOptimizedTableRow row)
 {
     mRow = row;
 }