public static string adjustdate(int roomid) { myDAL obj = new myDAL(); return(obj.dateadjust(roomid).GetXml()); }