public List <RoomService> ListRoomService(int?roomServiceId, int?roomId)
 {
     return(ApartmentMethods.ListRoomService(roomServiceId, roomId));
 }