public int AddBrandInfo(Product product) { dbproduct = new DBProduct(); int Result = 0; try { Result = dbproduct.AddBrandInfo(product); return(Result); } catch (Exception) { throw; } }