public GoodsSerialEntity Get(string id)
 {
     return(GoodsSerialRepository.Get(id));
 }