/// <summary>
 /// Constructor. </summary>
 /// <param name="tableModel"> the table model for which to render cells </param>
 public StateCU_Location_Collection_CellRenderer(StateCU_Location_Collection_TableModel tableModel)
 {
     __tableModel = tableModel;
 }