public List <SBAdjustmentDto> GetAdjustmentsByPlanId(int?planId)
 {
     return(_dataService.GetAdjustmentsByPlanId(planId));
 }