public void Status(int item) { DisplayMessage(ItemRepository.ChangeStatus(item)); //call status change method and display returned string "Message" }