protected override List <MerchantGoods_SystemCategory> ReadDB(string connectionString)
 {
     return(MerchantGoodsSystemCategoryProvider.DownloadDB(connectionString));
 }
 public override bool Reset(string connectionString)
 {
     return(MerchantGoodsSystemCategoryProvider.UpdateDB(this.XmlReadData, connectionString));
 }