public Product CreateProduct(Product product) { Product pro = _btx.Add(product).Entity; _btx.SaveChanges(); return(pro); }