public async Task <Toolbox> Put([FromBody] Toolbox toolbox)
 {
     return(await _toolboxService.Update(toolbox));
 }