public GoodsSerialEntity GetByBarcode(string barcode)
 {
     return(GoodsSerialRepository.GetByBarcode(barcode));
 }