public void DeletingCall(Call call) { this.CallHistory.Remove(call); }
public void AddingCall(Call call) { this.CallHistory.Add(call); }