public async Task <string> GetCompressors()
 {
     return(await _db.GetCompressorsListAsync());
 }