private void TotalsButton_Click(object sender, EventArgs e) { MessageBox.Show("Total price of the catalogue is " + catalogue.CalculateSum()); }