public string Delete(int vaultId, int keepId) { return(vaultKeepDb.FindByRelatedIdsAndRemove(keepId, vaultId)); }