/// <summary>
 /// Initializes the <see cref="PageBase"/> class.
 /// </summary>
 static ShopSmartWebLogics()
 {
     ShopSmartWebLogics.cacheLock = new object();
     ShopSmartWebLogics.SmLogics = new Bl.SmartShopLogics();
 }
 /// <summary>
 /// Initializes the <see cref="PageBase"/> class.
 /// </summary>
 static ShopSmartWebLogics()
 {
     ShopSmartWebLogics.cacheLock = new object();
     ShopSmartWebLogics.SmLogics  = new Bl.SmartShopLogics();
 }