public IActionResult UpdateType(ElementTypeDto elementTypeDto)
 {
     _elementRepository.EditElementType(elementTypeDto);
     return(Ok());
 }