The class handles system messages which are shown to the user. You can add
messages from anywhere in the application.
Usage:
Message::addError('Please enter your name');
Message::addConfirm('The data has been stored');
Message::addInfo('You can upload only two files');
Message::addNew('There are two new messages');