public void  RestoreRoom(int idRoom)
 {
     _qlroomBLLProvider.RestoreRoom(idRoom);
 }