private void RemoveSelectedDietItem() { if (SelectedDietPlanItem == null) { return; } Diet.Remove(SelectedDietPlanItem); }