public ShopActivityImageBll(Environment.GlobalConfig.DB.FromType fromType)
 {
     _shopActivityImageDal = new ShopActivityImageDal(fromType);
 }