public async Task <List <DropdownDto> > VariableList()
 {
     return(await _variableService.ListAllVariables());
 }