public void Update(usuariomm ust) { usuario[ust.id.ToString()] = ust; }
public void Save(usuariomm ust) { usuario[ust.id.ToString()] = ust; }