public void GetReservationByNrTest()
 {
     Assert.AreEqual(reservationDto.ToString(), Target.GetReservationByNr(1).ToString());
 }