public List <Room> ListRoom(int orgId, int?siteId, int?roomId, string roomName, string roomStatusIds, string roomTypeIds, int?floor, bool showLegacy)
 {
     return(ApartmentMethods.ListRoom(orgId, siteId, roomId, roomName, roomStatusIds, roomTypeIds, floor, showLegacy));
 }