public async Task <string> GetGardenTools()
 {
     return(await _db.GetGardenToolsListAsync());
 }