public static string gethomerooms()
        {
            myDAL obj = new myDAL();

            return(obj.gethomerooms().GetXml());
        }