public void UpdatePrint(string serialId, IList <string> barcodes)
 {
     GoodsSerialRepository.UpdatePrint(serialId, barcodes);
 }