public async Task <RoomType> GetRoomTypeByRoomId(int Id) { var roomtype = await _roomTypeRepository.GetRoomtypeByRoomId(Id); return(roomtype); }