public int DelColors(string CId)
 {
     return(goodsBLL.DelColors(CId));
 }