public static int averagerating()
        {
            myDAL obj = new myDAL();

            return(obj.getaveragerating());
        }