public void RemoveCall(Call call) { this.CallHistory.Remove(call); }
public void AddCall(Call call) { this.CallHistory.Add(call); }