public void DeleteCall(Call call) { this.CallHistory.Remove(call); }
//Add methods in the GSM class for adding and deleting calls from the calls history. Add a method to clear the call history. public void AddCall(Call call) { this.CallHistory.Add(call); }