public void RemoveMenuContentFromList(SmartInsuranceContent content)
 {
     _smartInsuranceContentList.Remove(content);
 }
 public void AddSmartInsuranceContentToList(SmartInsuranceContent content)
 {
     _smartInsuranceContentList.Add(content);
 }