public bool IsConfiguredTable(Type tableType)
 {
     return(tableFactory.IsConfiguredTable(tableType));
 }