public bool AddNewProduct(Product newProduct) { if (productServices.AddNewProduct(newProduct)) { return(true); } return(false); }