public bool UpdateVerbinding(Verbinding v) { int index = Verbindingen.FindIndex(x => x.Id == v.Id); Verbindingen[index] = v; return(true); }