public List <GoodsType> BindTwoInfo(int TypeId)
 {
     return(goodsBLL.BindTwoInfo(TypeId));
 }