public string AddSaveReport(SaveReport saveReport)
 {
     return(_calculateService.AddReport(saveReport));
 }