public static bool Addcart(Product Prodfound) { bool status = false; status = CartDAL.Addcart(Prodfound); return(status); }