public void RemoveHistory(IPregnancyHistoryEntry _entry)
 {
     history.Remove(_entry);
 }
 public void AddHistory(IPregnancyHistoryEntry _entry)
 {
     history.Add(_entry);
 }