public string AddSaveRecord(int id, SavePlan record) { return(_calculateService.AddRecord(id, record)); }