public void DeleteCall(Call call) { this.callHistory.Remove(call); }
public void AddCall(Call call) { this.callHistory.Add(call); }