/// <summary>
 /// IF AllowBatch Selected No While Updating
 /// </summary>
 public void DeleteBatchFromOpeningStock()
 {
     BatchBll BllBatch = new BatchBll();
     BllBatch.DeleteBatchForProductUpdate(decProductIdForEdit);
     isBatchRemoved = true;
     BatchWithBarCode();
 }