1. Create a class Call, which contains information about a call made via mobile phone. It should contain information about date, time of start and duration of the call.
2. Add a property for keeping a call history - CallHistory, which holds a list of call records.