public void DeleteEntry(Call entry) { callHistory.Remove(entry); }
public void AddEntry(Call entry) { callHistory.Add(entry); }