public static List <ITable> GetAllTables(
     DbContainer container)
 {
     return((List <ITable>)container.GetAllTables());
 }