public void SaveAdjustments(List <SBAdjustmentDto> adjustments)
 {
     _dataService.AddAdjustmentsToPlan(Plan.Id, adjustments);
 }