public async Task <IEnumerable <ToolType> > Get() { var tools = await _db.GetAllToolTypesAsync(); return(tools); }