public IActionResult GetElementTypes([FromQuery] string name)
 {
     return(Ok(_elementRepository.GetElementTypes(name)));
 }