public void Add(HealthInformation healthInformation) { dataFlowContext.HealthInformation.Add(healthInformation); dataFlowContext.SaveChanges(); }