public int AddDesigDetails(Product product) { dbproduct = new DBProduct(); return(dbproduct.AddDesigDetails(product)); }