public int RemoveProduct(int cid)
 {
     return(bl.RemoveProduct(cid));
 }