public RoomTypex RoomTypeGetById(int roomTypeId)
 {
     return(RoomTypeRepository.RoomTypeGetById(roomTypeId));
 }