public string Delete(int vaultId) { return(db.FindByIdAndRemove(vaultId)); }
public string Delete(int id) { return(db.FindByIdAndRemove(id)); }