public string AddProductInfo(ProductModel model)
    {
        ProductBLL pd = new ProductBLL();

        return(pd.AddF_ProductInfo(model));
    }