public bool PathElementIsEmpty(PathElement pathElement)
 {
     return(_quantitySelectionDTOList.HasOnlyEmptyValuesAt(pathElement));
 }