public IAsyncResult BeginAddStockProDic(StockProDic entity, ref string ErrMsg, AsyncCallback callback, object asyncState)
 {
     throw new NotImplementedException();
 }
 public bool AddStockProDic(StockProDic entity, ref string ErrMsg)
 {
     throw new NotImplementedException();
 }