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

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