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

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