public string Check(Product aProduct) { if (aProductGateway.IsAvaiable(aProduct)) { return("Product is updated"); } return("New Product Added"); }