public RoomType CreateRoomType(RoomType rt) { return roomTypeRep.Create(rt); }
public ICollection<RoomPrice> GetPriceByType(RoomType roomType) { return GetPriceByType(roomType.HotelRoomType); }