public static string singleroom(int id)
        {
            myDAL obj = new myDAL();

            return(obj.singleroom(id).GetXml());
        }