public Vault GetVault(string id)
 {
     return(_db.GetVault(id));
 }