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