/// <summary>
 /// This removes the selected entry from the List
 /// </summary>
 public void RemoveDisease()
 {
     DiseasesList.Remove(SelectedDisease);
     IsDiseaseToSave = true;
 }
 /// <summary>
 /// This removes the selected entry from the List
 /// </summary>
 public void RemoveDisease()
 {
     DiseasesList.Remove(SelectedDisease);
 }