private static void StartLoading()
 {
     tablesCount = 1;
     dc.Load(dc.GetProductsQuery(), new Action <LoadOperation <Product> >(TLoaded), null);
 }