public void GetGuestsTest()
 {
     Assert.IsNotNull(_GuestController.GetGuests().Value, "The method returned null. There are no guests in the database.");
     Assert.IsTrue(_GuestController.GetGuests().Value.Count() > 0, "There is no information in the list.");
 }