public string Delete(int vaultKeepId)
 {
     return(db.FindKeepAndRemoveFromVault(vaultKeepId));
 }