public Product CreateProduct(Product newProduct) { newProduct.Id = _repo.CreateProduct(newProduct); return(newProduct); }