public void addRollen() { var rollen = _dataservice.GetRollen(); foreach (var rol in rollen) { Rollen.Add(rol); } }