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